All Questions
1 question
0votes
1answer
523views
How to run command after entering postgres
I am trying to execute ls after opening a new Guake tab and logging into postgres. guake -n guake -e 'sudo -i -u postgres && ls' The command successful opens a new tab then prompts me for my ...